Package | iteyes.myhw.core |
Type | StructureDefinition |
Id | Id |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=iteyes.myhw.core@1.1.9&canonical=https://simplifier.net/myhw/StructureDefinition/ObservationLab |
Url | https://simplifier.net/myhw/StructureDefinition/ObservationLab |
Status | draft |
Date | 2023-03-08T08:30:10.5740233+00:00 |
Name | Observation |
Experimental | False |
Type | Observation |
Kind | resource |
No resources found
No resources found
{
"resourceType" : "StructureDefinition",
"url" : "https://simplifier.net/myhw/StructureDefinition/ObservationLab",
"name" : "Observation",
"status" : "draft",
"date" : "2023-03-08T08:30:10.5740233+00:00",
"fhirVersion" : "4.0.1",
"kind" : "resource",
"abstract" : false,
"type" : "Observation",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Observation",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Observation.identifier",
"path" : "Observation.identifier",
"max" : "0"
},
{
"id" : "Observation.basedOn",
"path" : "Observation.basedOn",
"max" : "0"
},
{
"id" : "Observation.partOf",
"path" : "Observation.partOf",
"max" : "0"
},
{
"id" : "Observation.status",
"path" : "Observation.status",
"fixedCode" : "final"
},
{
"id" : "Observation.category",
"path" : "Observation.category",
"min" : 1,
"max" : "1"
},
{
"id" : "Observation.category.coding",
"path" : "Observation.category.coding",
"min" : 1
},
{
"id" : "Observation.category.coding.system",
"path" : "Observation.category.coding.system",
"min" : 1,
"fixedUri" : "http://terminology.hl7.org/CodeSystem/observation-category"
},
{
"id" : "Observation.category.coding.version",
"path" : "Observation.category.coding.version",
"max" : "0"
},
{
"id" : "Observation.category.coding.code",
"path" : "Observation.category.coding.code",
"min" : 1,
"fixedCode" : "laboratory"
},
{
"id" : "Observation.category.coding.display",
"path" : "Observation.category.coding.display",
"max" : "0"
},
{
"id" : "Observation.category.coding.userSelected",
"path" : "Observation.category.coding.userSelected",
"max" : "0"
},
{
"id" : "Observation.category.text",
"path" : "Observation.category.text",
"max" : "0"
},
{
"id" : "Observation.code",
"path" : "Observation.code",
"binding" : {
"strength" : "example",
"valueSet" : "https://example.org/fhir/krcore/ValueSet/krcore-observation-labresult-codes"
}
},
{
"id" : "Observation.code.coding.system",
"path" : "Observation.code.coding.system",
"min" : 1,
"fixedUri" : "https://hira.or.kr/CodeSystem/lab-result-code"
},
{
"id" : "Observation.code.coding.version",
"path" : "Observation.code.coding.version",
"max" : "0"
},
{
"id" : "Observation.code.coding.code",
"path" : "Observation.code.coding.code",
"min" : 1
},
{
"id" : "Observation.code.coding.userSelected",
"path" : "Observation.code.coding.userSelected",
"max" : "0"
},
{
"id" : "Observation.subject",
"path" : "Observation.subject",
"min" : 1
},
{
"id" : "Observation.subject.reference",
"path" : "Observation.subject.reference",
"min" : 1
},
{
"id" : "Observation.subject.type",
"path" : "Observation.subject.type",
"max" : "0"
},
{
"id" : "Observation.subject.identifier",
"path" : "Observation.subject.identifier",
"max" : "0"
},
{
"id" : "Observation.subject.display",
"path" : "Observation.subject.display",
"max" : "0"
},
{
"id" : "Observation.focus",
"path" : "Observation.focus",
"max" : "0"
},
{
"id" : "Observation.encounter",
"path" : "Observation.encounter",
"min" : 1
},
{
"id" : "Observation.encounter.reference",
"path" : "Observation.encounter.reference",
"min" : 1
},
{
"id" : "Observation.encounter.type",
"path" : "Observation.encounter.type",
"max" : "0"
},
{
"id" : "Observation.encounter.identifier",
"path" : "Observation.encounter.identifier",
"max" : "0"
},
{
"id" : "Observation.encounter.display",
"path" : "Observation.encounter.display",
"max" : "0"
},
{
"id" : "Observation.effective[x]",
"path" : "Observation.effective[x]",
"min" : 1,
"type" : [
{
"code" : "dateTime"
}
]
},
{
"id" : "Observation.issued",
"path" : "Observation.issued",
"max" : "0"
},
{
"id" : "Observation.performer",
"path" : "Observation.performer",
"max" : "1"
},
{
"id" : "Observation.performer.reference",
"path" : "Observation.performer.reference",
"min" : 1
},
{
"id" : "Observation.performer.type",
"path" : "Observation.performer.type",
"max" : "0"
},
{
"id" : "Observation.performer.identifier",
"path" : "Observation.performer.identifier",
"max" : "0"
},
{
"id" : "Observation.performer.display",
"path" : "Observation.performer.display",
"max" : "0"
},
{
"id" : "Observation.value[x]",
"path" : "Observation.value[x]",
"slicing" : {
"discriminator" : [
{
"type" : "type",
"path" : "$this"
}
],
"rules" : "open"
}
},
{
"id" : "Observation.value[x]:valueQuantity",
"path" : "Observation.value[x]",
"sliceName" : "valueQuantity",
"type" : [
{
"code" : "Quantity"
}
]
},
{
"id" : "Observation.value[x]:valueQuantity.value",
"path" : "Observation.value[x].value",
"min" : 1
},
{
"id" : "Observation.value[x]:valueQuantity.comparator",
"path" : "Observation.value[x].comparator",
"max" : "0"
},
{
"id" : "Observation.value[x]:valueQuantity.unit",
"path" : "Observation.value[x].unit",
"min" : 1
},
{
"id" : "Observation.value[x]:valueQuantity.system",
"path" : "Observation.value[x].system",
"fixedUri" : "http://unitsofmeasure.org"
},
{
"id" : "Observation.value[x]:valueString",
"path" : "Observation.value[x]",
"sliceName" : "valueString",
"type" : [
{
"code" : "string"
}
]
},
{
"id" : "Observation.dataAbsentReason.coding.system",
"path" : "Observation.dataAbsentReason.coding.system",
"min" : 1,
"fixedUri" : "http://terminology.hl7.org/CodeSystem/data-absent-reason"
},
{
"id" : "Observation.dataAbsentReason.coding.version",
"path" : "Observation.dataAbsentReason.coding.version",
"max" : "0"
},
{
"id" : "Observation.dataAbsentReason.coding.code",
"path" : "Observation.dataAbsentReason.coding.code",
"min" : 1
},
{
"id" : "Observation.dataAbsentReason.coding.userSelected",
"path" : "Observation.dataAbsentReason.coding.userSelected",
"max" : "0"
},
{
"id" : "Observation.dataAbsentReason.text",
"path" : "Observation.dataAbsentReason.text",
"max" : "0"
},
{
"id" : "Observation.interpretation",
"path" : "Observation.interpretation",
"max" : "0"
},
{
"id" : "Observation.note",
"path" : "Observation.note",
"max" : "0"
},
{
"id" : "Observation.bodySite",
"path" : "Observation.bodySite",
"max" : "0"
},
{
"id" : "Observation.method",
"path" : "Observation.method",
"max" : "0"
},
{
"id" : "Observation.specimen",
"path" : "Observation.specimen",
"max" : "0"
},
{
"id" : "Observation.device",
"path" : "Observation.device",
"max" : "0"
},
{
"id" : "Observation.referenceRange.low.system",
"path" : "Observation.referenceRange.low.system",
"max" : "0"
},
{
"id" : "Observation.referenceRange.low.code",
"path" : "Observation.referenceRange.low.code",
"max" : "0"
},
{
"id" : "Observation.referenceRange.high.system",
"path" : "Observation.referenceRange.high.system",
"max" : "0"
},
{
"id" : "Observation.referenceRange.high.code",
"path" : "Observation.referenceRange.high.code",
"max" : "0"
},
{
"id" : "Observation.referenceRange.type",
"path" : "Observation.referenceRange.type",
"max" : "0"
},
{
"id" : "Observation.referenceRange.appliesTo",
"path" : "Observation.referenceRange.appliesTo",
"max" : "0"
},
{
"id" : "Observation.referenceRange.age",
"path" : "Observation.referenceRange.age",
"max" : "0"
},
{
"id" : "Observation.referenceRange.text",
"path" : "Observation.referenceRange.text",
"max" : "0"
},
{
"id" : "Observation.hasMember",
"path" : "Observation.hasMember",
"max" : "0"
},
{
"id" : "Observation.derivedFrom",
"path" : "Observation.derivedFrom",
"max" : "0"
},
{
"id" : "Observation.component.code",
"path" : "Observation.component.code",
"binding" : {
"strength" : "example",
"valueSet" : "https://example.org/fhir/krcore/ValueSet/krcore-observation-labresult-codes"
}
},
{
"id" : "Observation.component.code.coding.system",
"path" : "Observation.component.code.coding.system",
"min" : 1,
"fixedUri" : "https://hira.or.kr/CodeSystem/lab-result-code"
},
{
"id" : "Observation.component.code.coding.version",
"path" : "Observation.component.code.coding.version",
"max" : "0"
},
{
"id" : "Observation.component.code.coding.code",
"path" : "Observation.component.code.coding.code",
"min" : 1
},
{
"id" : "Observation.component.code.coding.userSelected",
"path" : "Observation.component.code.coding.userSelected",
"max" : "0"
},
{
"id" : "Observation.component.value[x]",
"path" : "Observation.component.value[x]",
"slicing" : {
"discriminator" : [
{
"type" : "type",
"path" : "$this"
}
],
"rules" : "open"
}
},
{
"id" : "Observation.component.value[x]:valueQuantity",
"path" : "Observation.component.value[x]",
"sliceName" : "valueQuantity",
"type" : [
{
"code" : "Quantity"
}
]
},
{
"id" : "Observation.component.value[x]:valueQuantity.value",
"path" : "Observation.component.value[x].value",
"min" : 1
},
{
"id" : "Observation.component.value[x]:valueQuantity.comparator",
"path" : "Observation.component.value[x].comparator",
"max" : "0"
},
{
"id" : "Observation.component.value[x]:valueQuantity.unit",
"path" : "Observation.component.value[x].unit",
"min" : 1
},
{
"id" : "Observation.component.value[x]:valueQuantity.system",
"path" : "Observation.component.value[x].system",
"fixedUri" : "http://unitsofmeasure.org"
},
{
"id" : "Observation.component.value[x]:valueString",
"path" : "Observation.component.value[x]",
"sliceName" : "valueString",
"type" : [
{
"code" : "string"
}
]
},
{
"id" : "Observation.component.dataAbsentReason.coding.system",
"path" : "Observation.component.dataAbsentReason.coding.system",
"min" : 1,
"fixedUri" : "http://terminology.hl7.org/CodeSystem/data-absent-reason"
},
{
"id" : "Observation.component.dataAbsentReason.coding.version",
"path" : "Observation.component.dataAbsentReason.coding.version",
"max" : "0"
},
{
"id" : "Observation.component.dataAbsentReason.coding.code",
"path" : "Observation.component.dataAbsentReason.coding.code",
"min" : 1
},
{
"id" : "Observation.component.dataAbsentReason.coding.display",
"path" : "Observation.component.dataAbsentReason.coding.display",
"max" : "0"
},
{
"id" : "Observation.component.dataAbsentReason.coding.userSelected",
"path" : "Observation.component.dataAbsentReason.coding.userSelected",
"max" : "0"
},
{
"id" : "Observation.component.dataAbsentReason.text",
"path" : "Observation.component.dataAbsentReason.text",
"max" : "0"
},
{
"id" : "Observation.component.interpretation",
"path" : "Observation.component.interpretation",
"max" : "0"
},
{
"id" : "Observation.component.referenceRange.low.system",
"path" : "Observation.component.referenceRange.low.system",
"max" : "0"
},
{
"id" : "Observation.component.referenceRange.low.code",
"path" : "Observation.component.referenceRange.low.code",
"max" : "0"
},
{
"id" : "Observation.component.referenceRange.high.system",
"path" : "Observation.component.referenceRange.high.system",
"max" : "0"
},
{
"id" : "Observation.component.referenceRange.high.code",
"path" : "Observation.component.referenceRange.high.code",
"max" : "0"
},
{
"id" : "Observation.component.referenceRange.type",
"path" : "Observation.component.referenceRange.type",
"max" : "0"
},
{
"id" : "Observation.component.referenceRange.appliesTo",
"path" : "Observation.component.referenceRange.appliesTo",
"max" : "0"
},
{
"id" : "Observation.component.referenceRange.age",
"path" : "Observation.component.referenceRange.age",
"max" : "0"
},
{
"id" : "Observation.component.referenceRange.text",
"path" : "Observation.component.referenceRange.text",
"max" : "0"
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.